home *** CD-ROM | disk | FTP | other *** search
/ Le Petit Larousse 2003 / Le Petit Larousse 2003.iso / IE6 / IEW2K_3.CAB / shdoclc.dll / HTML / BIDIFIND.DLG < prev    next >
Text File  |  2001-08-21  |  8KB  |  238 lines

  1. <HTML id=dlgFind STYLE="font-family: MS Shell Dlg; font-size: 8pt;
  2. width: 33.5em; height: 16.2em">
  3. <HEAD>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  6. <TITLE id=dialogTitle>
  7. Rechercher
  8. </TITLE>
  9. <SCRIPT LANGUAGE="JavaScript" defer src="findinc.dlg">
  10. </SCRIPT>
  11. <SCRIPT LANGUAGE="JavaScript" defer>
  12. function findFlags()
  13. {
  14. var htmlMatchWord = 2;
  15. var htmlMatchCase = 4;
  16. var htmlMatchDiacritic = 536870912;
  17. var htmlMatchKashida = 1073741824;
  18. var htmlMatchAlefHamza = 2147483648;
  19. return (htmlMatchWord * document.all.chkWholeWord.checked)
  20. | (htmlMatchCase * document.all.chkMatchCase.checked)
  21. | (htmlMatchDiacritic * document.all.chkMatchDiacritic.checked)
  22. | (htmlMatchKashida * document.all.chkMatchKashida.checked)
  23. | (htmlMatchAlefHamza * document.all.chkMatchAlefHamza.checked)
  24. }
  25. function loadBdy()
  26. {
  27. btnFind.onclick = new
  28. Function("btnFindClick()");
  29. btnFind.ondblclick = new
  30. Function("btnFindClick()");
  31. btnCancel.onclick = new Function("btnCancelClick2()");
  32. document.onhelp = new Function("callHelp(window.event.srcElement)");
  33. document.onmouseup = new Function("mouseClick()");
  34. txtFindText.onpropertychange = new Function("setFindState(true)");
  35. txtFindText.onfocus = new Function("txtFindText.select()");
  36. txtFindText.onkeypress = new Function("txtDefaultESC()");
  37. g_fFindStartPoint = true;
  38. var docCharset = window.dialogArguments.document.charset;
  39. if(docCharset == "" ||
  40. docCharset == "utf-8" ||
  41. docCharset == "unicode-1-1-utf-8" ||
  42. docCharset == "unicode-2-0-utf-8" ||
  43. docCharset == "windows-1255" ||
  44. docCharset == "dos-862" ||
  45. docCharset == "iso-8859-8" ||
  46. docCharset == "iso-8859-8-i" ||
  47. docCharset == "windows-1256" ||
  48. docCharset == "asmo-708" ||
  49. docCharset == "asmo-720" ||
  50. docCharset == "dos-720" ||
  51. docCharset == "iso-8859-6")
  52. {
  53. chkMatchDiacritic.disabled = 0;
  54. if(docCharset == "windows-1255" ||
  55. docCharset == "dos-862" ||
  56. docCharset == "iso-8859-8" ||
  57. docCharset == "iso-8859-8-i")
  58. {
  59. chkMatchKashida.checked = 1;
  60. chkMatchKashida.disabled = 1;
  61. chkMatchAlefHamza.checked = 1;
  62. chkMatchAlefHamza.disabled = 1;
  63. }
  64. }
  65. if ("" != window.dialogArguments.findText)
  66. {
  67. txtFindText.value = window.dialogArguments.findText;
  68. }
  69. txtFindText.focus();
  70. txtFindText.select();
  71. }
  72. function findStartPoint()
  73. {
  74. if (g_fFindStartPoint)
  75. {
  76. g_fFindStartPoint = false;
  77. var win = window.dialogArguments.unsecuredWindowOfDocument;
  78. var doc = window.dialogArguments.document;
  79. if (!g_fError && win.frames.length)
  80. {
  81. var win2;
  82. g_fFrameset = true;
  83. g_arrFrames[0] = 0;
  84. g_arrFrames[1] = -1;
  85. win2 = CrawlPath();
  86. window.onerror = FindHandleError;
  87. doc2 = win2.document;
  88. window.onerror = HandleError;
  89. while (doc2.selection.type == "None")
  90. {
  91. if (MoveDoc(true))
  92. {
  93. win2 = CrawlPath();
  94. doc2 = win2.document;
  95. }
  96. else
  97. {
  98. g_arrFrames[0] = 0;
  99. g_arrFrames[1] = -1;
  100. break;
  101. }
  102. }
  103. doc = GetFirstDoc();
  104. g_docLastFound = doc;
  105. }
  106. if (doc.selection.type == "Control")
  107. {
  108. var r = doc.selection.createRange();
  109. r = getTextRange(r(0));
  110. r.select();
  111. }
  112. }
  113. }
  114. </SCRIPT>
  115. </HEAD>
  116. <BODY ID=bdy onLoad="loadBdy()" style="color: windowtext;
  117. font-family: 'MS Shell Dlg';
  118. font-size: 8pt; background: threedface;" topmargin=0 scroll=no>
  119. <BUTTON id=btnFind ACCESSKEY=v DISABLED=1 tabIndex=55 helpid=50026
  120. helpfile="iexplore.hlp"
  121. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  122. left: 24.78em; top: 1.0647em; width: 7em; height: 2.2em; " type=submit>
  123. Sui<U>v</U>ant
  124. </BUTTON>
  125. <DIV align=absMiddle id=divFindText
  126. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  127. left: 0.98em; top: 1.2168em; width: 4.8em; height: 1.2168em; ">
  128. <LABEL FOR=txtFindText ID=lblFindText tabIndex=-1 helpid=50027
  129. helpfile="iexplore.hlp">
  130. Re<U>c</U>hercherá:
  131. </LABEL>
  132. </DIV>
  133. <INPUT type=text id=txtFindText ACCESSKEY=c tabIndex=15 helpid=50027
  134. helpfile="iexplore.hlp"
  135. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  136. left: 7.16em; top: 1.0647em; width: 16.36em; height: 2.1294em; ">
  137. <BUTTON id=btnCancel tabIndex=60 helpid="0x6F1C" helpfile="windows.hlp"
  138. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  139. left: 24.78em; top: 3.6504em; width: 7em; height: 2.2em; " type=reset>
  140. Annuler
  141. </BUTTON>
  142. <INPUT id=chkWholeWord ACCESSKEY=e type=checkbox tabIndex=25
  143. helpfile="iexplore.hlp" helpid=50022
  144. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  145. left: 1em; top: 4.2em; width: 1.2em; height: 1.2em; ">
  146. <INPUT ACCESSKEY=r type=checkbox tabIndex=35 helpid=50023
  147. helpfile="iexplore.hlp"
  148. id=chkMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
  149. position: absolute; left: 1em; top: 6em; width: 1.2em;
  150. height: 1.2em; ">
  151. <INPUT id=chkMatchDiacritic ACCESSKEY=d type=checkbox tabIndex=36
  152. helpfile="iexplore.hlp" helpid=50401
  153. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  154. left: 1em; top: 7.9em; width: 1.2em; height: 1.2em">
  155. <INPUT id=chkMatchKashida ACCESSKEY=k type=checkbox tabIndex=37
  156. helpfile="iexplore.hlp" helpid=50402
  157. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  158. left: 1em; top: 9.7em; width: 1.2em; height: 1.2em">
  159. <INPUT id=chkMatchAlefHamza ACCESSKEY=a type=checkbox tabIndex=38
  160. helpfile="iexplore.hlp" helpid=50403
  161. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  162. left: 1em; top: 11.5em; width: 1.2em; height: 1.2em">
  163. <DIV id=divWholeWord
  164. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  165. left: 2.6em; top: 4.2588em; width: 12.46em; height: 1.521em; ">
  166. <LABEL FOR=chkWholeWord ID=lblWholeWord tabIndex=-1 helpid=50022
  167. helpfile="iexplore.hlp">
  168. Mot <U>e</U>ntier seulement
  169. </LABEL>
  170. </DIV>
  171. <DIV id=divMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
  172. position: absolute; left: 2.6em; top: 6.084em; width: 9.42em;
  173. height: 1.521em; ">
  174. <LABEL FOR=chkMatchCase ID=lblMatchCase tabIndex=-1 helpid=50023
  175. helpfile="iexplore.hlp">
  176. <U>R</U>especter la casse
  177. </LABEL>
  178. </DIV>
  179. <DIV id=divMatchDiacritic
  180. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  181. left: 2.6em; top: 7.9092em; width: 16.46em; height: 1.521em">
  182. <LABEL FOR=chkMatchDiacritic ID=lblMatchDiacritic tabIndex=-1
  183. helpid=50401
  184. helpfile="iexplore.hlp">
  185. Respecter les signes <U>d</U>iacritiques
  186. </LABEL>
  187. </DIV>
  188. <DIV id=divMatchKashida
  189. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  190. left: 2.6em; top: 9.7344em; width: 16.46em; height: 1.521em">
  191. <LABEL FOR=chkMatchKashida ID=lblMatchKashida tabIndex=-1
  192. helpid=50402
  193. helpfile="iexplore.hlp">
  194. Respecter les <U>k</U>ashidΘs
  195. </LABEL>
  196. </DIV>
  197. <DIV id=divMatchAlefHamza
  198. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  199. left: 2.6em; top: 11.5596em; width: 16.46em; height: 1.521em">
  200. <LABEL FOR=chkMatchAlefHamza ID=lblMatchAlefHamza tabIndex=-1
  201. helpid=50403
  202. helpfile="iexplore.hlp">
  203. Respecter les signes <U>a</U>lef hamza
  204.  </LABEL>
  205. </DIV>
  206. <FIELDSET id=fldDirection style="font-family: MS Shell Dlg; font-size: 8pt;
  207. position: absolute; left: 17.7em; top: 3.5em; width: 5.7em;
  208. height: 6.3em;">
  209. <LEGEND id=lgdDirection>
  210. Direction
  211. </LEGEND>
  212. </FIELDSET>
  213. <INPUT id=radDirectionUp type=radio name=radDirection ACCESSKEY=h
  214. tabIndex=42 helpid=50025 helpfile="iexplore.hlp"
  215. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  216. left: 18.6em; top: 5.4em; width: 1.1em; height: 1.1em; ">
  217. <DIV id=divDirectionUp style="font-family: MS Shell Dlg;
  218. font-size: 8pt; position: absolute; left: 20.2em; top: 5.3235em;
  219. width: 3.5em; height: 1.521em; ">
  220. <LABEL ID=lblDirectionUp style="font-family: 'MS Shell Dlg'; font-size: 8pt"
  221. FOR=radDirectionUp
  222. helpid=50025
  223. helpfile="iexplore.hlp"> <U>H</U>aut </LABEL>
  224. </DIV>
  225. <INPUT id=radDirectionDown type=radio CHECKED name=radDirection
  226. ACCESSKEY=b tabIndex=47 helpid=50024 helpfile="iexplore.hlp"
  227. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  228. left: 18.6em; top: 7.4em; width: 1.1em; height: 1.1em; ">
  229. <DIV id=divDirectionDown style="font-family: MS Shell Dlg;
  230. font-size: 8pt; position: absolute; left: 20.2em; top: 7.3em;
  231. width: 4.9em; height: 1.521em; ">
  232. <LABEL ID=lblDirectionDown style="font-family: 'MS Shell Dlg'; font-size: 8pt"
  233. FOR=radDirectionDown helpid=50024 helpfile="iexplore.hlp">
  234. <U>B</U>as </LABEL>
  235. </DIV>
  236. </BODY>
  237. </HTML>
  238.